home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / SoftWindows / SoftWindows Upgrade Disk / INSIGNIA / NET.CFG < prev    next >
Encoding:
Text File  |  1998-08-24  |  2.7 KB  |  85 lines

  1. ; SoftWindows NET.CFG file. For use with either Ethernet or Token-Ring.
  2. ; Configured for use with Windows 95 using the Microsoft Network client
  3. ; and the Microsoft or Novell NetWare client.
  4.  
  5. LINK SUPPORT
  6.     BUFFERS 8 4210
  7.     MEMPOOL 8192
  8.  
  9. ; If ODINSUP is being used then the protocol must be bound to SoftWindows'
  10. ; network driver. Uncomment the following lines if ODINSUP is required.
  11. ; Note: Only one of "BIND ETHERSPC" or "BIND TOKENSPC" can be selected, the 
  12. ; other should remain as a comment.
  13. ;PROTOCOL ODINSUP
  14. ;        BIND ETHERSPC
  15. ;        BIND TOKENSPC
  16. ;        BUFFERED
  17.  
  18. ; SoftWindows' Ethernet configuration.
  19. ; The following section allows Windows 95 to support Microsoft Networking
  20. ; (via NetBEUI) and Novell NetWare (via IPX). 
  21. ; Default MAX PACKET SIZE 1514
  22. LINK DRIVER ETHERSPC
  23.     FRAME Ethernet_802.2
  24.     FRAME Ethernet_II
  25.     FRAME Ethernet_SNAP
  26.     FRAME Ethernet_802.3
  27.     PROTOCOL IPX E0 Ethernet_802.2
  28.     PROTOCOL SMB F0 Ethernet_802.2
  29.  
  30.  
  31. ; SoftWindows' Token-Ring configuration.
  32. ; The following section allows Windows 95 to support Microsoft Networking
  33. ; (via NetBEUI) and Novell NetWare (via IPX). 
  34. ; Default MAX PACKET SIZE 4210
  35. LINK DRIVER TOKENSPC
  36.     FRAME TOKEN-RING
  37.     FRAME TOKEN-RING_SNAP
  38.     PROTOCOL IPX E0 TOKEN-RING
  39.     PROTOCOL SMB F0 TOKEN-RING
  40.  
  41. NETWARE DOS REQUESTER
  42.     FIRST NETWORK DRIVE = L
  43. ; If Burst Mode must be used within SoftWindows, the following option
  44. ; MUST be enabled. Note that the PB BUFFERS = 0 below should be replaced
  45. ; for Burst Mode to be enabled. (PB BUFFERS = 7 is a known good value)
  46. ;    MAX IPG = 1
  47.  
  48. ; Due to the nature of SoftWindows it is recommended that Burst Mode is 
  49. ; not used. This is due to the way in which the NetWare client may 
  50. ; reconfigure itself on the fly and the scheduling within SoftWindows. 
  51. ; The following line disables Novell's Burst Mode:
  52. PB BUFFERS = 0
  53.  
  54.  
  55. ; The following are example protocol entries for common Network Operating
  56. ; Systems (NOS) and SoftWindows.
  57. ;
  58. ; Novell NetWare
  59. ; ~~~~~~~~~~~~~~
  60. ; PROTOCOL IPX E0 ETHERNET_802.2        ; NetWare 4.x default frame type
  61. ; PROTOCOL IPX 8137 ETHERNET_II         ; NetWare 3.x default frame type
  62. ; PROTOCOL IPX 8137 ETHERNET_SNAP
  63. ; PROTOCOL IPX 0 ETHERNET_802.3         ; Old NetWare 2.x frame type.
  64. ; PROTOCOL IPX E0 TOKEN-RING
  65. ; PROTOCOL IPX 8137 TOKEN-RING_SNAP
  66. ;
  67. ; Windows 95 / Microsoft Lan Manager / Windows For Workgroups
  68. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69. ; PROTOCOL SMB F0 ETHERNET_802.2
  70. ; PROTOCOL SMB F0 TOKEN-RING
  71. ;
  72. ; TCP/IP Connectivity
  73. ; ~~~~~~~~~~~~~~~~~~~
  74. ; PROTOCOL IP 800 ETHERNET_II
  75. ; PROTOCOL ARP 806 ETHERNET_II
  76. ; PROTOCOL IP 800 TOKEN-RING_SNAP
  77. ; PROTOCOL ARP 806 TOKEN-RING_SNAP
  78. ;
  79. ; Banyan VINES
  80. ; ~~~~~~~~~~~~
  81. ; PROTOCOL VINES BAD ETHERNET_II
  82. ; PROTOCOL VINES BC TOKEN-RING
  83. ;
  84.  
  85.